ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPolygon Class / GeoPolygon Constructor
The polygon rings.

In This Topic
    GeoPolygon Constructor
    In This Topic
    Initializes new instance of GeoPolygon.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rings As IEnumerable(Of GeoLinearRing) _
    )
    public GeoPolygon( 
       IEnumerable<GeoLinearRing> rings
    )

    Parameters

    rings
    The polygon rings.
    See Also